getIncludeBytes

abstract fun getIncludeBytes(index: Int): ByteString
Extra files to include in generated `.pb.h`
repeated string include = 24;

Return

The bytes of the include at the given index.

Parameters

index

The index of the value to return.